Skip to main content
Version: 4.2

Manage basic system configurations.

Designing Theme

  1. Log in to supOS, and then click at the upper-right corner to enter the design center.
  2. Select System Configuration > System Settings > Theme.
  • System Title: Set the title of supOS.
info
  • The title is displayed on the browser tab when in the operation center and design center.
  • APP title-system title is displayed as the page name of the low-code application.
  • Task status_task name (process name)-system title is displayed as the name of task details page.
  • Favicon: Icon displays on the right side of the System Title.
  • Navigation bar LOGO: Set the logo of supOS. The recommended and minimum image size is 110 × 36.
  • System Desktop Configuration: Select an background image for the default homepage that is configured in Setting Default Home Page.
  • Login Page Configuration: Set the copyright, logo, background, slogan and login title (image) of the login page.

Setting Login Time

  1. Select System Configuration > System Settings > Login time configuration.
  • Login expire time: When supOS on web browser or mobile clients stays inactive for a period of time that exceeds the set duration, you need to log in again.
info
  • The login expiration settings take effect upon second login.
  • You can set the platform to stay active on the APP setting page.
  • Unique login: You can only log in to supOS on one browser or start one session on supMobile at the same time when it is enabled.
info
  • It is recommended to enable unique login to save online user quota.
  • The unique login does not apply to admin.
  • Relogin after close browser: Click yes to enable request of relogin after closing browser.
info

When using Safari, close the browser by clicking the exit button.

  1. Click Save.

Setting Password

  1. Select System Configuration > System Settings > Password configuration.
  2. Configure password related settings.
ParameterDescription
Password policySet the password length and types of characters contained.
Password lifetimeWhether to enable request for password update in the set cycle.
Password lockLock the account for a certain period of time when the number of wrong attempts exceeds the set value.
Verification CodeWhether to enable request for graphic verification code when wrong attempts exceeds the set value.
Forgot PasswordWhether to enable sending temporary password to the set email when forgot password.
View password plaintextWhether to allow view the password plaintext.
Enable two-step verificationWhether to require a verification code after entering password when logging in.
info

Make sure the sender information is configured under Message Managemeny > Message Configuration.

Other
  • Enable Transmission encryption and the password will be encrypted under AES.
  • Select whether the new password can be the same as the old one.

Setting Default Home Page

  1. Select System Configuration > System Settings > Default home page configuration.
  2. Select a page to be the homepage of supOS. Select Show Navigation, and the function list is displayed on the left side of the homepage.
info

When selecting Desktop System > Default Desktop, the background set in System Desktop Configuration is displayed. For details, see Overview.

  1. Click Save.
note

You can customize the homepage when you select the default desktop.

Setting International Management

You can add UI strings and corresponding translations to sopOS to switch the platform language display.

info

Presently, supOS only supports simplified Chinese, traditional Chinese, English, Indonesian and German.

  1. Select System Configuration > System Settings > International Management, and then click Language Settings.
  1. Enable languages you need, and then click OK.
info

The enabled languages are displayed on the login page for selection.

  1. Click New, and then enter the UI string you want to add along with its location, key and translations for enabled languages.
  1. Click OK and the string is added.
tip
  • Click , and use the template to batch import strings.
  • Click Export, and then change the exported file and import again to update the current translation.

Managing System Code

You can set standard options for drop-down lists and use them in Business Designer during application development.

info

Presently, the system code can only be used through openAPI.

  1. Select System Configuration > System Settings > System Code, and then select a module from the left side to which the system code belongs.
  2. Click New, enter the code, name and display type of the option, and then click Confirm.
  1. Hover over the added code, and then click Code Value Management under Operation.
  2. Click New in the pop-up window and add options to the system code, and then click Confirm.
  • Code/Value: Option code and text.
  • Scope of application:
ParameterDescription
Code/ValueOption code and text.
Scope of applicationThe application range of the option. You can adjust whether to enable it by clicking the icon next to title System Code on top.
DefaultWhether to set the current option to be the default.
Description/RemarkNotes about the option.

Setting Alarm Color

  1. Select System Configuration > System Settings > Alarm color configuration.
  2. Set the alarm color based on the alarm level. supOS supports up to 10 levels with 1 as the lowest.
  3. Click Save.

Configuring Business Designer

  1. Select System Configuration > System Settings > Business designer configuration.
  • Global Function Configuration: Set the global function that automatically runs when the supOS backend service is started.
    • window.SUPOS.registerSuposFn function: Obtains the methods of the global function definition.
    • Once the supOS backend service starts, the onReady method of the global function will be automatically called, and then you can define specific functions. For example:
      var f1 = function()
      var onReady = function()
      console.log('This method will be automatically called once supOS starts')
      return f1,
      onReady
  • Business Designer: Display or hide the Workflow Management menu in the business designer. We recommend to hide it for servers with low resources.
  • App Settings: Set whether to display the DataLink Tooltip along with the collected data when running the APP.

Configuring Log Policy

Various logs build up with the use of supOS, set a strategy to clean the log data for releasing storage space and improving the platform performance.

  1. Select System Configuration > System Settings > Log policy configuration.
  2. Set the strategy for each type of logs.
    • The logs can be kept for up to 7300 days.
    • 10 million pieces of logs can be saved at most.
    • Set the time for clearing log data separately to prevent server from overloading.
info

supOS keeps all logs permanently by default.

  1. Click Save.
info

supOS clears the earliest log data when the set limit is reached.

Configuring Resource Permission

Set whether to display Resource permissions when granting permissions.

  1. Select System Configuration > System Settings > Resource permission config.
  2. Select whether to enable resource permission display.
  3. Click Save.

Managing Time Series Data Storage

Set the storage duration of the time series data history. When the duration exceeds the set value, the platform deletes the earliest data and keep the latest.

  1. Select System Configuration > System Settings > Time series data storage policy.
  2. Set the duration, and then click Save.
info
  • The default duration is one day. 0 means permanent storage.
  • 7 GB of space is needed to store 10,000 points of data that changes by the second.

Setting Allowlist and Blocklist

Set the allowlist and blocklist to control platform access. IPs on the blocklist cannot access supOS.

  1. Select System Configuration > System Settings > Allowlist & Blocklist.
  2. Click the upper tab Allowlist, click New, and then enter IP to add new. Wildcard characters are available.
info
  • Add the current IP to the list first. Otherwise it will be forced to log out.
  • Blacklist works the similar way.
note

Fuzzy match is available when searching for IPs.

Managing AK/SK Authentication

Third parties can access supOS and obtain specified data through openAPI with AK/SK key as auhthorization.

  1. Select System Configuration > System Settings > AK/SK credential, and then click New.
  2. Enter the information and then click OK.
    info

    The AK/SK file is automatically downloaded.

Managing Basic Image

When the basic image file does not meet the requirements of APP development, you can upload the needed image file.

  1. Select System Configuration > System Settings > Basic Image Management, and then click New.
  2. Click Upload to select the image file, enter the file name and version, and then click OK.
info

The file extension name must be .tar.

Editing Cascading Setup

Connect the data of supOS A to the current supOS B.

what you need to do first

Add a GRPC connector under Collection Node Management > Authentication on supOS B, and obtain the node name and UUID.

  1. Select System Management > System Configuration > System Settings > Cascading Setup on supOS A.
  2. Enter the node name, UUID and supOS B address.
  3. Leave the port as default, and then click Save.
  1. Select Collection Node Management > Status, and authorize the connection.
  2. Select Object Model Management > Object Instance > Collector Template, and check the instance generated from the connection.

Controlling Internet Access

Set whether to allow Internet access to upOS.

  1. Select System Management > System Configuration > Internet access control.
  2. Click Open, and Internet access is disabled.
note

Use together with the Internet marking service.

Setting Safety Protection

  1. Select System Management > System Configuration > Safety protection.
  2. Click Open to enable XSS attack protection and Path leakage protection.
  3. Click Save.

Enabing Parallelultravires

Prevent unauthorized users from accessing supOS pages through entering the original URL in the browser and bypassing permissions.

  1. Select System Management > System Configuration > Parallelultravires configuration.
  2. Click Open.
  3. Click Save.